Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 18.0.0 #593

Merged
merged 8 commits into from
Feb 16, 2024
Merged

release 18.0.0 #593

merged 8 commits into from
Feb 16, 2024

Conversation

Theodus
Copy link
Member

@Theodus Theodus commented Feb 12, 2024

Release Notes

Config Changes

  • exchange_rate_provider previously expected an f64 value encoded as a string for a fixed value (testing purposes), now a fixed value should just be an f64

TODO

  • integration testing
    • basic
    • grt_per_usd
    • budget_grt
    • fee
    • gw_avg_query_fees
  • refactor: migrate to new ISA implementation #588
  • fix testnet auth (test query key with special signer)?
  • fix logging
    • gateway_framework=debug
    • add candidate logging (sampling?, JSON?)
  • more integration testing
    • indexer query fee tracking
    • compare ISA performance
    • Unavailable(missing block) regression

@Theodus Theodus force-pushed the release branch 5 times, most recently from 22f3eaa to 7673ed4 Compare February 13, 2024 18:05
@Theodus Theodus force-pushed the release branch 3 times, most recently from d11ce76 to 203f264 Compare February 15, 2024 16:54
@Theodus Theodus force-pushed the release branch 2 times, most recently from 073ee73 to d113279 Compare February 15, 2024 21:28
@Theodus Theodus force-pushed the release branch 3 times, most recently from d113279 to df71b15 Compare February 16, 2024 03:40
@Theodus
Copy link
Member Author

Theodus commented Feb 16, 2024

L1 QoS comparison:

 $ python isa-comparison/anaysis.py QmZXmDNqvDWTdcyCTwV5HevwLix1tY2MA97B5hkvdHUQFi-old-1708094640.csv
success_rate: 100.000%
latency_p50: 156 ms
latency_p99: 329 ms
seconds_behind_p50: 98 s
seconds_behind_p99: 150 s
allocation_distribution: [1879, 803, 86]

$ python isa-comparison/anaysis.py QmZXmDNqvDWTdcyCTwV5HevwLix1tY2MA97B5hkvdHUQFi-new-1708094849.csv
success_rate: 100.000%
latency_p50: 159 ms
latency_p99: 319 ms
seconds_behind_p50: 101 s
seconds_behind_p99: 169 s
allocation_distribution: [2624, 113]

@Theodus Theodus marked this pull request as ready for review February 16, 2024 15:02
@Theodus Theodus merged commit 481a2c4 into main Feb 16, 2024
3 of 4 checks passed
@Theodus Theodus deleted the release branch February 16, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant